NodeBox 1
Homepage
NodeBox 3
Node-based app for generative design and data visualization
NodeBox OpenGL
Hardware-accelerated cross-platform graphics library
NodeBox 1
Generate 2D visuals using Python code (Mac OS X only)
Gallery
Documentation
Forum
Blog
NodeBox
Create visual output with Python programming code
GO
Home
Download
Reference
Tutorial
Library
Gallery
About
Reference | files()
Syntax
files
(
path
)
Description
Retrieves all files from a given path and returns their names as a list.
Returns
a list with the names of the files in the given path
Example
f =
files
(
"images/*.jpg"
)
image
(
choice
(
f
)
,
10
,
10
)